3.1346 \(\int (1-2 x)^3 (3+5 x)^2 \, dx\)

Optimal. Leaf size=34 \[ -\frac{25}{48} (1-2 x)^6+\frac{11}{4} (1-2 x)^5-\frac{121}{32} (1-2 x)^4 \]

[Out]

(-121*(1 - 2*x)^4)/32 + (11*(1 - 2*x)^5)/4 - (25*(1 - 2*x)^6)/48

_______________________________________________________________________________________

Rubi [A]  time = 0.0354103, antiderivative size = 34, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.067 \[ -\frac{25}{48} (1-2 x)^6+\frac{11}{4} (1-2 x)^5-\frac{121}{32} (1-2 x)^4 \]

Antiderivative was successfully verified.

[In]  Int[(1 - 2*x)^3*(3 + 5*x)^2,x]

[Out]

(-121*(1 - 2*x)^4)/32 + (11*(1 - 2*x)^5)/4 - (25*(1 - 2*x)^6)/48

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{100 x^{6}}{3} + 12 x^{5} + \frac{69 x^{4}}{2} - \frac{47 x^{3}}{3} + 9 x - 24 \int x\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)**3*(3+5*x)**2,x)

[Out]

-100*x**6/3 + 12*x**5 + 69*x**4/2 - 47*x**3/3 + 9*x - 24*Integral(x, x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00143992, size = 35, normalized size = 1.03 \[ -\frac{100 x^6}{3}+12 x^5+\frac{69 x^4}{2}-\frac{47 x^3}{3}-12 x^2+9 x \]

Antiderivative was successfully verified.

[In]  Integrate[(1 - 2*x)^3*(3 + 5*x)^2,x]

[Out]

9*x - 12*x^2 - (47*x^3)/3 + (69*x^4)/2 + 12*x^5 - (100*x^6)/3

_______________________________________________________________________________________

Maple [A]  time = 0.002, size = 30, normalized size = 0.9 \[ -{\frac{100\,{x}^{6}}{3}}+12\,{x}^{5}+{\frac{69\,{x}^{4}}{2}}-{\frac{47\,{x}^{3}}{3}}-12\,{x}^{2}+9\,x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)^3*(3+5*x)^2,x)

[Out]

-100/3*x^6+12*x^5+69/2*x^4-47/3*x^3-12*x^2+9*x

_______________________________________________________________________________________

Maxima [A]  time = 1.34003, size = 39, normalized size = 1.15 \[ -\frac{100}{3} \, x^{6} + 12 \, x^{5} + \frac{69}{2} \, x^{4} - \frac{47}{3} \, x^{3} - 12 \, x^{2} + 9 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(2*x - 1)^3,x, algorithm="maxima")

[Out]

-100/3*x^6 + 12*x^5 + 69/2*x^4 - 47/3*x^3 - 12*x^2 + 9*x

_______________________________________________________________________________________

Fricas [A]  time = 0.18356, size = 1, normalized size = 0.03 \[ -\frac{100}{3} x^{6} + 12 x^{5} + \frac{69}{2} x^{4} - \frac{47}{3} x^{3} - 12 x^{2} + 9 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(2*x - 1)^3,x, algorithm="fricas")

[Out]

-100/3*x^6 + 12*x^5 + 69/2*x^4 - 47/3*x^3 - 12*x^2 + 9*x

_______________________________________________________________________________________

Sympy [A]  time = 0.094382, size = 32, normalized size = 0.94 \[ - \frac{100 x^{6}}{3} + 12 x^{5} + \frac{69 x^{4}}{2} - \frac{47 x^{3}}{3} - 12 x^{2} + 9 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)**3*(3+5*x)**2,x)

[Out]

-100*x**6/3 + 12*x**5 + 69*x**4/2 - 47*x**3/3 - 12*x**2 + 9*x

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.208674, size = 39, normalized size = 1.15 \[ -\frac{100}{3} \, x^{6} + 12 \, x^{5} + \frac{69}{2} \, x^{4} - \frac{47}{3} \, x^{3} - 12 \, x^{2} + 9 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(2*x - 1)^3,x, algorithm="giac")

[Out]

-100/3*x^6 + 12*x^5 + 69/2*x^4 - 47/3*x^3 - 12*x^2 + 9*x